Revert "Fix some parts of readme"
authorjustbur <justin@burkett.cc>
Tue, 28 Jul 2015 02:00:42 +0000 (22:00 -0400)
committerjustbur <justin@burkett.cc>
Tue, 28 Jul 2015 02:01:59 +0000 (22:01 -0400)
This reverts commit a5413c2b8af110225fabbe64bcad4703c353327c.

README.org

index 3db0bed0bbcc938319d9d4d3b0e59db8d19dbff1..fe97841df7d7001ca3747d4999eb32fdb52af727 100644 (file)
   is better though, because it saves the prefix that you just entered. So =C-x
   C-h C-h C-x= will popup the which-key buffer for the prefix =C-x= change the
   page twice and then execute the command bound to =C-x C-x=.
+- =C-h= will also now popup the which-key buffer to the first page if it is
+  pressed before =which-key-idle-delay= takes effect. This means you can set a
+  long idle delay if you like and just use =C-h= when you want to see
+  =which-key=.
 ** Introduction
 =which-key= is a minor mode for Emacs that displays the keybindings following your currently
 entered incomplete command (a prefix) in a popup. For example, after enabling the minor mode
@@ -289,7 +293,6 @@ these alists)
 #+END_SRC
 
 *** Sorting
-
 By default the output is sorted by the key in a custom order. The default order
 is to sort lexicographically within each "class" of key, where the classes and
 their order are
@@ -329,7 +332,9 @@ behavior of emacs which is to show a list of keybindings that apply to a prefix.
 For example, if you were to type =C-x C-h= you would get a list of commands that
 follow =C-x=. This uses which-key instead to show those keys, and unlike the
 emacs default saves the incomplete prefix that you just entered so that the next
-keystroke can complete the command. 
+keystroke can complete the command. As a bonus you can type =C-x C-h= and the
+which-key buffer will pop up immediately (i.e., before =which-key-idle-delay=
+kicks in).
 
 **** Method 2: Bind your own keys